home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_131 / PlaceObject2_183_5 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  171 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    this._x = _root.ufo1._x - 35;
  3.    if(_root.hero.hitTest(this) && _root.hero._y == 176.9)
  4.    {
  5.       _root.hero._x = this._x + 35;
  6.    }
  7. }
  8.